SetPagerService Method

Sets the default paging service as specified in the registry.

Syntax

   obj.SetPagerService(strPagerService String)
   where obj is an OPScrUtil.PagerJobQueue object 

Parameters

strPagerService The name of the pager service that has been setup using the ConfigureServices method.

Return Type

Boolean

Example

To set the PagerJobQueue object to use the 'Skytel (USA)' service, enter:

   Set obj = CreateObject("OPScrUtil.PagerJobQueue")
   bOK = obj.SetPagerService("Skytel (USA)")

This example shows how to set the default paging service.